home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.07 Jul 90 / Commando Programming ƒ / Rezscripts / RezC.STRlist.more.Cmdo.R < prev    next >
Encoding:
Text File  |  1988-07-28  |  1005 b   |  41 lines  |  [TEXT/MPS ]

  1. /* File RezC.STRlist.more.Cmdo.R */
  2. /* Rez input for the Rezc.STRlist.more Commando interface */
  3. /* W. Powell 1988 */
  4.  
  5. /* Rez definitions for Rez-building Commando interfaces */
  6. #include "Cmdo.R"
  7.  
  8. Resource 'cmdo' (200) {
  9.     { 220,
  10.     "Enter the next string in the STR# string list.",
  11.     {
  12.     NotDependent {}, RadioButtons {{
  13.         {30,30,46,140},
  14.             "More strings","-OK",NotSet,
  15.             "This is not the last string in the list."
  16.             " Continue prompting for more." ,
  17.         {30,170,46,270},
  18.             "Last string","-LAST",NotSet,
  19.             "This is the last string in the list."
  20.             " Don’t need to prompt for more.",
  21.         {30,300,46,410},
  22.             "Already done","-DONE",NotSet,
  23.             "Previous string was the last.  Ignore any "
  24.             "input in this dialog."
  25.         }},
  26.     NotDependent {}, Box {
  27.         gray, {25,25,50,415} },
  28.     OR {{(3<<12)+1}}, Dummy {},
  29.     OR {{-3}}, RegularEntry {
  30.         "String:", 
  31.         {55,30,71,100},
  32.         {74,30,90,450},
  33.         "",keepCase,"",
  34.         "Enter the string.\nUse \\ to escape special characters."
  35.         },
  36.     }
  37.     }
  38. };
  39.  
  40. /* End File RezC.STRlist.more.Cmdo.R */
  41.